home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / HELP.BB (.txt) < prev    next >
Microsoft Windows Help File Content  |  1993-01-23  |  12KB  |  263 lines

  1. : _* N
  2. For help on a specific command, enter H x where x is the command for
  3. which you need help.  For example, H R will send complete help for the
  4. READ command.
  5. Message commands: (K)ill     (L)ist    (R)ead    (S)end    (REPLY)
  6. File commands:    (D)ownload (U)pload  (W)hat
  7. Misc commands:    (B)ye      (H)elp    (I)nfo    (J) Who?
  8.                   (N) Register  (T)alk to SYSOP  (P)arms
  9.                   (CB) Callbook  LTIME
  10. Further info:     (@) At BBS
  11. Other help topics available by issuing the H command followed
  12. by the topic name:
  13.   SEARCH    -- how to search for messages
  14.   STATUS    -- message status explained
  15.   WILDCARD  -- how wildcards work
  16. Issue H topicname
  17. : WILDCARD N
  18. Patterns are supported in many commands.  With patterns we attempt to
  19. match something with just more than a straight comparison.
  20.    Special characters in the pattern are:
  21.      * -- Matches 0 or more characters of any type
  22.      @ -- a..z, A..Z
  23.      # -- 0..9
  24.      + -- A..z, A..Z, 0..9
  25.      ? -- A-F, a-f, 0-9 (a hex number)
  26.      < -- a..z
  27.      > -- A..Z
  28.      $ -- =@#+?<>$
  29.      = -- Any one character
  30.      " -- Escape.  The next character in the pattern much match exactly.
  31.           wild cards will not be interpreted.
  32.      ( -- Group.  A "(" starts a group and a ")" ends it.  For each
  33.           group, there must be a matching character in the string.
  34.           Example: (abc) matches b.  Wild cards are not interpreted.
  35. Examples:
  36.   95*      --  Will match anything starting with 95 such as 95020,
  37.                95123, 95asb, and 95.
  38.   95===    --  Will match anything that starts with 95 and is 5 characters
  39.                long.  95020 will match but 9502 will not.
  40.   95###    --  Will match anything that starts with 95 and has 5 digits.
  41.                95020 will match but 95ABC will not.
  42.   (WK)6*   --  Will match anything starting with W6 or K6.
  43.   *ARRL*   --  Will match anything with ARRL in it
  44. : STATUS N
  45. When doing any of the "L" type commands, the message status is shown
  46. under the column marked "R".  The status letters are:
  47.   N -- Not read
  48.   Y -- Read
  49.   + -- Selected for forwarding to another BBS
  50.   - -- Being forwarded to another BBS
  51.   F -- Forwarding complete
  52.   * -- Forwarded to the indicated BBS
  53.   K -- Killed
  54.   V -- Held for SYSOP review
  55.   H -- Held for SYSOP action
  56.   O -- Old
  57.   ? -- Bad forwarding information
  58. : SEARCH N
  59. The BBS now allows you to choose messages which satisfy multiple
  60. criteria, as well as messages which do NOT satisfy a selection.  This
  61. ability applies to the READ, KILL, and LIST commands.
  62. NEGATION
  63. --------
  64. You have always been able to specify, for example, that you want to see
  65. all messages of a type -- for example, to list all bulletins, you issue
  66. the "LB" command.  You can also specify that you want to see all
  67. messages which are NOT of a type -- for example, to list all messages
  68. which are NOT bulletins, use "L^ B".
  69. You can use the "negation" symbol (^) to invert almost any search.
  70. MULTIPLE SEARCHES
  71. -------- --------
  72. You can use the "and" symbol (&) to specify only those messages which
  73. satisfy multiple search criteria.  For example:
  74. To list bulletins which are newer than October 1, 1990:
  75.   LB & D > 901001
  76. To list unread messages which are NOT addressed to someone @AA4RE:
  77.   LN & ^ @ AA4RE
  78. To list Private messages that are not to AA4RE or at AA4RE
  79.   LP & ^ @ AA4RE & ^ > AA4RE
  80. Note that you can use negation as part of a multiple search.
  81. TYPES OF SEARCHES
  82. ----- -- --------
  83.      _      -- Messages of type ' '
  84.      A  x   -- Messages of type x.  If type is not specified, type "A" will
  85.                be displayed
  86.      B      -- Messages of type 'B'
  87.      C  n   -- Combine P and F
  88.      D  > d -- Messages newer than date d (See note)
  89.      D  < d -- Messages older than date d (See note)
  90.      E  u   -- Messages to a server.  Same as > but @ must be blank or
  91.                this BBS
  92.      F  n   -- Forwarded messages greater than n
  93.      H  n   -- Held messages greater than n
  94.      K  n   -- Killed messages greater than n
  95.      L  n   -- Last n messages
  96.      M  u   -- Messages of a specific user.  Default is current user
  97.      N  n   -- Messages just sitting here unread greater than n
  98.      O  n   -- Messages of with "old" attribute & number greater n
  99.      P      -- Messages of type 'P'
  100.      Q      -- Read messages to a specific user
  101.      S  s   -- Messages with string in subject
  102.      T      -- NTS messages
  103.      U  u   -- Unread messages to user u.  Current user is default
  104.      Y  n   -- All read messages greater than n
  105.      <  u   -- Messages from a user u.
  106.      >  u   -- Messages to a user u.
  107.      @  b   -- Messages to a user at mailbox b
  108.      %  b   -- Messages from a user at mailbox b
  109.      $  s   -- Messages with string in the BID
  110.      +  n   -- Messages in forwarding progress with number >= n
  111.      ?  n   -- Messages with unknown forwarding with number >= n
  112.      -  n   -- Messages being forwarded right now with number >= n
  113.      .  s   -- Messages addressed to certain H addresses
  114.      #  > n -- Messages with number >= n
  115.      #  < n -- Messages with number >= n
  116.      0      -- Messages since last "L" command
  117.      !S > n -- Messages with size >= n
  118.      !S < n -- Messages with size <= n
  119. Note 1:  Date can be expressed as YYMMDDHHMM HHMM is optional.
  120. Alternatively, the date could be #5 which is 5 days before today.  So,
  121. the command "LB & D > #5" means list bulletins less than 5 days old.
  122. In any search anything but a number is required, you can use a wildcard.
  123. Issue HELP WILDCARD for details.  Example:
  124.    > AA4*
  125.       Will match to callsign that starts with AA4
  126. : "@* N
  127.   Enter this symbol to indicate the BBS of the addressee, for proper
  128.   forwarding of the message to its destination.  The message, no matter
  129.   to whom addressed, will be forwarded to the "@ BBS" location.
  130. : B* N
  131. B    - Log off the MailBox.
  132.         Simply disconnecting has the exact same effect.
  133. : CALLBOOK N
  134. CALLBOOK calls
  135.        Look up callbook for the given call(s).  Show multiple
  136.        calls with a blank between each.  Example:
  137.              CALLBOOK AA4RE WB6ZVW
  138. : CB N
  139. CALLBOOK calls
  140.        Look up callbook for the given call(s).  Show multiple
  141.        calls with a blank between each.  Example:
  142.              CALLBOOK AA4RE WB6ZVW
  143. : DB N
  144. DB type topic ffff.xxx
  145.        Download the file ffff.xxx for the topic requested.  D is
  146.        for ASCII format.  DB is for binary downloads.
  147.        To get a list of topics, use the W command.
  148.        The types for binary download are:  XMODEM, XMODEMCRC,
  149.        YMODEM, YMODEM-BATCH (Alias YMBATCH), and YAPP
  150. : D* N
  151. D topic ffff.xxx
  152. DB type topic ffff.xxx
  153.        Download the file ffff.xxx for the topic requested.  D is
  154.        for ASCII format.  DB is for binary downloads.
  155.        To get a list of topics, use the W command.
  156.        The types for binary download are:  XMODEM, XMODEMCRC,
  157.        YMODEM, YMODEM-BATCH (Alias YMBATCH), and YAPP
  158. DU callsign -- Will display user info on a specific call
  159. : H* N
  160. H    - Gives a summary of the Help Subsystem.
  161. H x  - Gives a detailed explanation of a specific command or topic.
  162. : I* N
  163. I    - Gives a paragraph on the hardware, software,
  164.        and rf facilities of this MailBox station.
  165. : J* N
  166. J    - Gives list of ports
  167. Jp   - Where p is a port identifier.
  168.        Gives a short list of stations recently heard on that port.
  169. JL   - Shows calls of stations recently connected to the MailBox.
  170. JN   - SHows calls of stations currently connected
  171. : K* N
  172. K #  - Kills message number #.
  173.          The message number can also be a series of number (eg: 112 115 117)
  174.          and/or a range of numbers (eg: 112 TO 115).  A series can contain
  175.          a range (eg: 112 115 TO 117)
  176. KM   - Kills all messages addressed to you that you have read.
  177. KT # - kills an NTS message.
  178. : LTIME N
  179. Sets the time of your last "L" command.  Can be used to limit
  180. "L" searches.  Data is in the format of YYMMDD.  Example:
  181.      LTIME 911201
  182. A special case of NOW sets the LTIME to the current time.  Example:
  183.      LTIME NOW
  184. : L* N
  185. Generally lists messages in reverse order, newest to oldest.
  186. "Private" messages not to or from you will not be listed.
  187. L     - Lists all new messages since your previous "L" command.
  188. LM    - "List Mine". Lists all messages addressed to you or by you.
  189. LU    - "List Unread". Lists all messages unread by you.
  190. L #   - Lists messages back to and including number #.
  191. LL #  - Lists the last # messages.
  192. L> call  - Lists all messages to this callsign.
  193. L< call  - Lists all messages from this callsign.
  194. For a list of all the searches you can do, issue H SEARCH
  195. : N* N
  196. NE       - Toggle your "expert user" status.
  197. NH xxxxx - Enter your 'Home BBS'.  Aids in routing mesages to you.
  198. NN xxxxx - Enter your first name into user data base.
  199. NZ xxxxx - Enter your zip code into user data base.
  200. NF x     - Change the format of message listings.
  201.   Allowed values of x are from 0 to 4.
  202. NL x     - Change your language setting (only works if your BBS
  203.            supports multiple languages)
  204. NP xxxxx - Change your telephone modem port password.  Can only be
  205.   issue from modem port.
  206. NS l w   - Change your screen size info.  l = length, w = width
  207. : P* N
  208. PL       - Flip switch which controls adding a LineFeed on the modem port.
  209.            Only works on modem port
  210. : REPLY N
  211.   REPLY xxxx
  212. Send a reply to message 'xxxx'.  You could also say 'SR xxxx'.  You must
  213. enter the number or the system will prompt you for it.
  214. : R* N
  215. REPLY # - Replies to msg number #.
  216. REVIEW -- Display your unread messages for review.  Each message is
  217.         displayed and you are asked to tell what should be done.  Options are
  218.         Kill, Leave, rEply, and Quit.  The last action leaves the message
  219.         untouched and terminates the review command.  Note that the letter "E"
  220.         is used for REPLY.  If the action is REPLY then an automatic SR to the
  221.         message is issued.  After the reply is completed, you will again be
  222.         prompted for an action.  You can then KILL, etc or even REPLY again.
  223. R # - Read message number #.
  224.         The message number can also be a series of number (eg: 112 115 117)
  225.         and/or a range of numbers (eg: 112 TO 115).  A series can contain
  226.         a range (eg: 112 115 TO 117)
  227. RH # - Same as "R" but forwarding headers are shown.
  228. RM    - "Read Mine". Lists all messages addressed to you but unread
  229. RU    - Same as RM
  230. RL #  - Read the last # messages.  Number assumed 1 if omitted
  231. For a list of all the searches you can do, issue H SEARCH
  232. : S* N
  233.   SR xxxx
  234. Send a reply to message 'xxxx'.  You could also say 'REPLY xxxx'.  You
  235. must enter the number
  236.   S? xxxx @ yyy
  237. Send message type '?' to station 'xxxx', at optional BBS 'yyy'.  The
  238. MailBox will prompt for title and ask you to enter text.  End text entry
  239. with a ctrl-Z.
  240. "?" is the "type" of message.  They include:
  241.       B - Bulletins
  242.       P - Private.  Only the addressee can read or list this type.
  243.       T - NTS Traffic
  244. : T* N
  245. T        - Talk to SYSOP
  246. : U* N
  247. U topic ffff.xxx
  248. UB type topic ffff.xxx
  249.        Upload the file ffff.xxx for the topic requested.  U is
  250.        for ASCII format.  UB is for binary uploads.  The file
  251.        must not exist.
  252.        To get a list of topics, use the W command.
  253.        The types for binary upload are:  XMODEM, XMODEMCRC,
  254.        YMODEM, YMODEM-BATCH (Alias YMBATCH), and YAPP
  255. : W* N
  256. W        - Gives a list of topic areas available on the MailBox.
  257. W topic  - Gives a list of the files for that topic
  258. W topic ffff.xxx  - Gives a list of files for that topic that match
  259.                     the given file specification.
  260. W will show the file size
  261. WD will show the file timestamp instead of the size
  262. WX will include both the timestamp and size
  263.